home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Dom i biuro / Crimson Editor 3.70 / cedt370r.exe / spec / postscript.key < prev    next >
INI File  |  2003-10-29  |  5KB  |  458 lines

  1. [-COMMENT-:GLOBAL]
  2. # POSTSCRIPT LANGUAGE KEYWORD FILE FOR CRIMSON EDITOR
  3.  
  4. [KEYWORDS0:GLOBAL]
  5.  
  6. # Operand Stack Manipulation Operators
  7. pop
  8. exch
  9. dup
  10. copy
  11. index
  12. roll
  13. clear
  14. count
  15. push
  16. cleartomark
  17. counttomark
  18. # Arithmetic and Math Operators
  19. add
  20. div
  21. idiv
  22. mod
  23. mul
  24. sub
  25. abs
  26. neg
  27. ceiling
  28. floor
  29. round
  30. truncate
  31. real
  32. atan
  33. cos
  34. sin
  35. exponent
  36. ln
  37. log
  38. rand
  39. srand
  40. rrand
  41. # Array Operators
  42. array
  43. length
  44. get
  45. put
  46. getinterval
  47. putinterval
  48. astore
  49. aload
  50. copy
  51. forall
  52. # Packed Array Operators
  53. packedarray
  54. currentpacking
  55. setpacking
  56. length
  57. get
  58. getinterval
  59. aload
  60. copy
  61. forall
  62. # Dictionary Operators
  63. dict
  64. length
  65. maxlength
  66. begin
  67. end
  68. def
  69. load
  70. store
  71. get
  72. put
  73. undef
  74. known
  75. where
  76. copy
  77. forall
  78. currentdict
  79. errordict
  80. $error
  81. systemdict
  82. userdict
  83. globaldict
  84. statusdict
  85. countdictstack
  86. dictstack
  87. cleardictstack
  88. # String Operators
  89. string
  90. length
  91. get
  92. put
  93. getinterval
  94. putinterval
  95. copy
  96. forall
  97. anchorsearch
  98. search
  99. token
  100. # Relational, Boolean, and Bitwise Operators
  101. eq
  102. ne
  103. ge
  104. gt
  105. le
  106. lt
  107. and
  108. not
  109. or
  110. xor
  111. true
  112. false
  113. bitshift
  114. # Control Operators
  115. exec
  116. if
  117. ifelse
  118. for
  119. repeat
  120. loop
  121. exit
  122. stop
  123. stopped
  124. countexecstack
  125. execstack
  126. quit
  127. start
  128. # Type, Attribute, and Conversion Operators
  129. type
  130. cvlit
  131. cvx
  132. xcheck
  133. executeonly
  134. noaccess
  135. readonly
  136. rcheck
  137. wcheck
  138. cvi
  139. cvn
  140. cvr
  141. cvrs
  142. cvs
  143. # File Operators
  144. file
  145. filter
  146. closefile
  147. read
  148. write
  149. readhexstring
  150. writehexstring
  151. readstring
  152. writestring
  153. readline
  154. token
  155. bytesavailable
  156. flush
  157. flushfile
  158. resetfile
  159. status
  160. run
  161. currentfile
  162. deletefile
  163. renamefile
  164. filenameforall
  165. setfileposition
  166. fileposition
  167. print
  168. stack
  169. pstack
  170. printobject
  171. writeobject
  172. setobjectformat
  173. currentobjectformat
  174. # Resource Operators
  175. defineresource
  176. undefineresource
  177. findresource
  178. resourcestatus
  179. resourceforall
  180. # Virtual Memory Operators
  181. save
  182. restore
  183. setglobal
  184. currentglobal
  185. gcheck
  186. startjob
  187. defineuserobject
  188. execuserobject
  189. undefineuserobject
  190. UserObjects
  191. # Miscellaneous Operators
  192. bind
  193. null
  194. version
  195. realtime
  196. usertime
  197. languagelevel
  198. product
  199. revision
  200. serialnumber
  201. executive
  202. echo
  203. prompt
  204. # Graphics State Operators - Device Independent
  205. gsave
  206. grestore
  207. grestoreall
  208. initgraphics
  209. gstate
  210. setgstate
  211. currentgstate
  212. setlinewidth
  213. currentlinewidth
  214. setlinecap
  215. currentlinecap
  216. setlinejoin
  217. currentlinejoin
  218. setmiterlimit
  219. currentmiterlimit
  220. setstrokeadjust
  221. currentstrokeadjust
  222. setdash
  223. currentdash
  224. setcolorspace
  225. currentcolorspace
  226. setcolor
  227. currentcolor
  228. setgray
  229. currentgray
  230. sethsbcolor
  231. currenthsbcolor
  232. setrgbcolor
  233. currentrgbcolor
  234. setcmykcolor
  235. currentcmykcolor
  236. # Graphics State Operators - Device Dependent
  237. sethalftone
  238. currenthalftone
  239. setscreen
  240. currentscreen
  241. setcolorscreen
  242. currentcolorscreen
  243. settransfer
  244. currenttransfer
  245. setcolortransfer
  246. currentcolortransfer
  247. setblackgeneration
  248. currentblackgeneration
  249. setundercolorremoval
  250. currentundercolorremoval
  251. setcolorrendering
  252. currentcolorrendering
  253. setflat
  254. currentflat
  255. setoverprint
  256. currentoverprint
  257. # Coordinate System and Matrix Operators
  258. matrix
  259. initmatrix
  260. identmatrix
  261. defaultmatrix
  262. currentmatrix
  263. setmatrix
  264. translate
  265. scale
  266. rotate
  267. concat
  268. concatmatrix
  269. transform
  270. dtransform
  271. itransform
  272. idtransform
  273. invertmatrix
  274. # Path Construction Operators
  275. newpath
  276. currentpoint
  277. moveto
  278. rmoveto
  279. lineto
  280. rlineto
  281. arc
  282. arcn
  283. arct
  284. arcto
  285. curveto
  286. rcurveto
  287. closepath
  288. flattenpath
  289. reversepath
  290. strokepath
  291. ustrokepath
  292. ustrokepath
  293. charpath
  294. uappend
  295. path
  296. clippath
  297. setbbox
  298. pathbbox
  299. pathforall
  300. upath
  301. initclip
  302. clip
  303. eoclip
  304. rectclip
  305. ucache
  306. # Painting Operators
  307. erasepage
  308. fill
  309. eofill
  310. stroke
  311. ufill
  312. ueofill
  313. ustroke
  314. ustroke
  315. rectfill
  316. rectstroke
  317. image
  318. colorimage
  319. imagemask
  320. # Insideness Testing Operators
  321. infill
  322. ineofill
  323. inufill
  324. inueofill
  325. instroke
  326. inustroke
  327. # Form and Pattern Operators
  328. makepattern
  329. setpattern
  330. execform
  331. # Device Setup and Output Operators
  332. showpage
  333. copypage
  334. setpagedevice
  335. currentpagedevice
  336. nulldevice
  337. # Character and Font Operators
  338. definefont
  339. undefinefont
  340. findfont
  341. scalefont
  342. makefont
  343. setfont
  344. currentfont
  345. rootfont
  346. selectfont
  347. show
  348. ashow
  349. widthshow
  350. awidthshow
  351. xshow
  352. xyshow
  353. yshow
  354. glyphshow
  355. stringwidth
  356. cshow
  357. kshow
  358. FontDirectory
  359. GlobalFontDirectory
  360. StandardEncoding
  361. ISOLatin1Encoding
  362. findencoding
  363. setcachedevice
  364. setcachedevice2
  365. setcharwidth
  366. # Interpreter Parameter Operators
  367. setsystemparams
  368. currentsystemparams
  369. setuserparams
  370. currentuserparams
  371. setdevparams
  372. currentdevparams
  373. vmreclaim
  374. setvmthreshold
  375. vmstatus
  376. cachestatus
  377. setcachelimit
  378. setcacheparams
  379. currentcacheparams
  380. setucacheparams
  381. ucachestatus
  382. # Display PostScript Operators
  383. currentcontext
  384. fork
  385. join
  386. detach
  387. lock
  388. monitor
  389. condition
  390. wait
  391. notify
  392. yield
  393. defineusername
  394. viewclip
  395. eoviewclip
  396. rectviewclip
  397. rectviewclip
  398. initviewclip
  399. viewclippath
  400. deviceinfo
  401. wtranslation
  402. sethalftonephase
  403. currenthalftonephase
  404. [KEYWORDS1:GLOBAL]
  405. # Errors
  406. configurationerror
  407. dictfull
  408. dictstackoverflow
  409. dictstackunderflow
  410. execstackoverflow
  411. handleerror
  412. interrupt
  413. invalidaccess
  414. invalidcontext
  415. invalidexit
  416. invalidfileaccess
  417. invalidfont
  418. invalidid
  419. invalidrestore
  420. ioerror
  421. limitcheck
  422. nocurrentpoint
  423. rangecheck
  424. stackoverflow
  425. stackunderflow
  426. syntaxerror
  427. timeout
  428. typecheck
  429. undefined
  430. undefinedfilename
  431. undefinedresource
  432. undefinedresult
  433. unmatchedmark
  434. unregistered
  435. VMerror
  436. [KEYWORDS3:GLOBAL]
  437. # Document Structure Commands (DSC)
  438. %%Pages:
  439. %%EndComments
  440. %%BeginProlog
  441. %%EndProlog
  442. %%BeginSetup
  443. %%EndSetup
  444. %%Page:
  445. %%BeginPageSetup
  446. %%EndPageSetup
  447. %%PageTrailer
  448. %%Trailer
  449. %%EOF
  450.  
  451.  
  452.  
  453.  
  454.  
  455.  
  456.  
  457.  
  458.